Forum Replies Created

Viewing 15 posts - 31 through 45 (of 48 total)

  • RE: Multiple Instances - No name requirement

    Andy McKenzie (6/18/2009)


    Thanks for your help... I think I've found a solution!

    Next question: I was able to restore one instance of my live environment to my test box with...

  • RE: Log Shipping vs. Transactional Replication, which to use

    Hi Jacob

    Here the alternatives you have

    1. MS-SQL cluster on top of Veritas.

    If your company or job has the money, you should go for this one. It allows you to have...

  • RE: Which certification?

    Robert Davis (6/17/2009)


    That's not accurate at all. Big companies that are totally on SQL 2008 are the minority, not the majority.

    Firthermore, certification is supposed to reflect the knowledge and experience...

  • RE: Which certification?

    If you go out looking for a new job as a DBA, you will likely see more employers looking for someone certified in SQL 2005 than in SQL 2008, at...

  • RE: Which certification?

    kruti (6/16/2009)


    Hey jocampo, r u going for certification for 2008 or going to upgrade your 2005 certificate?

    Hi Kruti

    So far, I just passed 70-431 so I'm MCTS only but I've being...

  • RE: Which certification?

    Kruti

    I am going to give you a different perspective. Why get a cert for an old product if you can spend your money now, on a recent product an platform?...

  • RE: Large (and growing) database administration/considerations

    Antero Ruiz (6/15/2009)


    Thanks for all your responses.

    Yes, the users and managers are aware of this problem. Unfortunately, the company cannot afford more storage other than the 2TB they buy every...

  • RE: All index information

    mjarsaniya (6/13/2009)


    I need a script or select query which gives me

    listing of

    table name, column name, index name, index type

    for a database

    I guess is for SQL2005, right? test this...

  • RE: Is this information in the Dump file critical???

    How's your memory allocation? how much RAM you're using on your server and how much SQL is requesting?

    Look at the following counters:

    Process: Private Bytes - SQL Server -...

  • RE: Is this information in the Dump file critical???

    rambilla4 (6/12/2009)


    download and patch your MS-SQL instance

    what should I download and patch the SQL Instance? Could you please explain me...

    We have SQL Server 2005 Developer Edition with SP3.

    Thanks

    because sometimes, depending...

  • RE: Backups and Restores

    If you do a Full+Tlog(s) > restore this way > Full+Subsequents Tlog(s) starting from oldest to newest.

    If you do Full+Diff+Tlog(s) > restore this way > Full+most Recent Diff+Tlogs AFTER most...

  • RE: Is this information in the Dump file critical???

    Looks like a memory leak or problem. Just to be sure, download and patch your MS-SQL instance if possible You can also check the memory usage and processes via Performance...

  • RE: Large (and growing) database administration/considerations

    Antero Ruiz (6/12/2009)


    I have a large database (18TB) which will keep growing around 700GB to 1TB every month. I was wondering if there are any sugestions for the administration.

    1. We...

  • RE: Restrict log file size (SQL server 2005)

    ebinroy (6/8/2007)


    hi all,

    I am using SQL server 2005.The Log file size increased to 40GB,so I detach the DB and delete the log & created new log file.Can I...

  • RE: Database Mail

    Please check all these:

    1. Database Mail must be enable (I guess it is, right?)

    2. Service Broker needs to be enable in the database

    3. The database mail external executable needs access...

Viewing 15 posts - 31 through 45 (of 48 total)